home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / macabuse / imlib / port / mac / defines.h next >
C/C++ Source or Header  |  1997-05-20  |  162b  |  10 lines

  1. #ifndef DEFINES_H
  2. #define DEFINES_H
  3.  
  4. #include <MacHeaders.h>
  5. #define MANAGE_MEM
  6. #define MEM_CHECK
  7.  
  8. //#define H() printf("Reached %d.\n",__LINE__)
  9.  
  10. #endif